From 3dc76438711a8555455f790034b6594f57b828b2 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Wed, 28 Mar 2007 01:09:14 +0100 Subject: [PATCH] Fix typo. Signed-off-by: Ewan Mellor --- tools/python/xen/xm/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xm/create.py b/tools/python/xen/xm/create.py index c11189a59d..0ae94d83c4 100644 --- a/tools/python/xen/xm/create.py +++ b/tools/python/xen/xm/create.py @@ -107,7 +107,7 @@ gopts.opt('xmldryrun', short='x', gopts.opt('skipdtd', short='s', fn=set_true, default=0, use="Skip DTD checking - skips checks on XML before creating. " - " Experimental. Can decreate create time." ) + " Experimental. Can decrease create time." ) gopts.opt('paused', short='p', fn=set_true, default=0, -- 2.30.2